-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: json_normalize not consistently ignoring errors (#41876) #42179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: json_normalize not consistently ignoring errors (#41876) #42179
Conversation
neelmraman
commented
Jun 21, 2021
•
edited
Loading
edited
- closes BUG: seemingly unexpected behavior with errrors='ignore' in json_normalize() #41876
- tests added / passed
- Ensure all linting tests pass, see here for how to run them
- whatsnew entry
cc @WillAyd |
I'll be adding some unit tests as well |
@jbrockmendel @WillAyd mind kicking off the additional workflows/taking another look? thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a note in bug fixes, I/O section in 1.4 whatsnew
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small comment, ping on green
also a conflict on the release notes |
@jreback should be good now! |
…elmraman/pandas into fix_key_errors_json_normalize merge whatsnew
thanks @neelmraman |